Introduction
-------------
This text document accompanies the TPS62350 probe CCS test case for DM814X 
EVM. It provides a brief of the methodology of the test and the procedure for 
executing the same.

Overview
---------
This CCS test application performs an I2C access on the I2C[0] instance and 
looks for an acknowledgement from the slave device. If there is a successful
acknowledgement, the slave device address is printed.

The user may validate this list against the total list of all the I2C slave
devices present on the I2C[0] instance.

Procudure
----------
This test application assumes the various initialization as well as all
the PLL initialization is already carried out by the GEL scripts. At the minimum
the following GEL scripts are to be executed.
	1. PG 2.x DM814X --> ALL_ADPLL_CLOCKS_ENABLE_API
	2. DM814X System Initialization --> I2C0Enable

load "BB_005_TPS62350_Probe.out" file and run.
		
The following log appears in the console window of CCS.

"Probing the I2C 0.
Successfully found a device at address 0x18.
Successfully found a device at address 0x20.
Successfully found a device at address 0x25.
Successfully found a device at address 0x2d.
Successfully found a device at address 0x48.
Successfully found a device at address 0x50.
Probing the I2C 2.
     Please manually verify the list of I2C devices on I2C

***ALL Tests Done***"
If the above text appears, the test is declared PASS else declared FAILED.

NOTE:
-----
In the above log,"Successfully found a device at address 0x25" will appear only if the 
MSP430 uart test is already run on that PG2.1 baseboard. otherwise this line won't appear. 
